Home:ALL Converter>timeout spark workers tasks for bottleneck of oracle

timeout spark workers tasks for bottleneck of oracle

Ask Time:2021-02-27T20:30:43         Author:r.a.shehni

Json Formatter

We have a system programing on spark and oracle DB. the bottleneck of my system is when workers would insert or update in DB, there are timeout error on some executors of workers. We have 6 worker which has 64G RAM and 8 cores. number of execution is equal to cores of worker and each executor run a task. oracle DB has 16 cores and 96G RAM. We think our spark cluster is bigger than DB system and insert or update for big data(each executor maybe insert or update 7G data simultaneously) is it true? the other issue is that the distributed DB like Cassandra is a solution for this bottleneck?

Author:r.a.shehni,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/66398834/timeout-spark-workers-tasks-for-bottleneck-of-oracle
yy